home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
8bitfiles.net/archives
/
archives.tar
/
archives
/
compuserve-file-archive
/
11 Exotic Applications
/
TK6414.ZIP
/
SAMPLE.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1996-01-06
|
343 b
|
19 lines
@echo off
cls
echo.
echo This batch file will process SAMPLE.TXT using TOK64
pause
echo Tokenizing...
tok64 /mult /stomp sample.txt
echo.
echo Detokenizing...
tok64 /totxt /stomp hi.prg hello.prg
echo.
echo This is HI.TXT:
type hi.txt
echo.
echo This is HELLO.TXT:
type hello.txt
echo.
echo All done. Thanks for using TOK64!